Autogenerated HTML docs for v1.8.5.1-93-g077f4 
diff --git a/rev-list-options.txt b/rev-list-options.txt index 2991d70..03533af 100644 --- a/rev-list-options.txt +++ b/rev-list-options.txt 
@@ -153,6 +153,21 @@ 	is automatically prepended if missing. If pattern lacks '?', '{asterisk}', 	or '[', '/{asterisk}' at the end is implied.   +--exclude=<glob-pattern>:: + +	Do not include refs matching '<glob-pattern>' that the next `--all`, +	`--branches`, `--tags`, `--remotes`, or `--glob` would otherwise +	consider. Repetitions of this option accumulate exclusion patterns +	up to the next `--all`, `--branches`, `--tags`, `--remotes`, or +	`--glob` option (other options or arguments do not clear +	accumlated patterns). ++ +The patterns given should not begin with `refs/heads`, `refs/tags`, or +`refs/remotes` when applied to `--branches`, `--tags`, or `--remotes`, +respectively, and they must begin with `refs/` when applied to `--glob` +or `--all`. If a trailing '/{asterisk}' is intended, it must be given +explicitly. +  --ignore-missing:: 	Upon seeing an invalid object name in the input, pretend as if 	the bad input was not given.